home *** CD-ROM | disk | FTP | other *** search
Wrap
Text File | 1994-03-11 | 1.2 KB | 52 lines | [ TEXT/MPS ]
// ---- End Project Data ---- // ---- File MonacoTest.t ---- // Before Script for "baseView" // Copyright © 1994 by Apple Computer, Inc. All rights reserved. baseView := {title: "Monaco Test", viewBounds: {top: 0, left: 0, right: 240, bottom: 220}, viewJustify: 16, _proto: protoApp, debug: "baseView" }; // Before Script for "testView" // Copyright © 1994 by Apple Computer, Inc. All rights reserved. testView := /* child of baseView */ { text: "iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii\nmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm\n\n1 2 3 4 \n01234567890123456789012345678901234567\n\n\n\"We have nothing to fcar, but fcar itself\"\n\nGrim Onto Rain\n\nReg the whooping Llama" , viewBounds: {top: 25, left: 5, right: -5, bottom: 175}, viewFont: { family: 'Monaco, face: 0, size: 9 }, viewJustify: 48, viewSetupFormScript: func() begin if NOT fonts.Monaco exists then self.text := "You have not installed the Monaco font package." end, _proto: protoStaticText, debug: "testView" }; // ---- Beginning of section for non used Layout files ---- // End of output